home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Archivers / PPCxDMS / src2 / smakefile < prev   
Encoding:
Makefile  |  1998-02-28  |  231 b   |  10 lines

  1. # smakefile for readdisk for powerUP (TM)
  2. # 1998 by Andreas R. Kleinert
  3.  
  4. CC   = SCPPC
  5. OBJS = readdisk.o
  6.  
  7. /Amiga-bin/readdisk.elf: $(OBJS)
  8.  
  9.    ppc-amigaos-ld -r lib:c_ppc.o $(OBJS) LIB:scppc.a lib:end.o -o ../Amiga-bin/readdisk.elf
  10.